MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class
Fields Properties Methods Events

DocumentBase<PageType> Class Members

The following tables list the members exposed by DocumentBase<PageType>.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Used for locking code in different assemblies.  
Top
Public Properties
 NameDescription
Public PropertyGets a reference to the document's bookmarks.  
Public PropertyGets or sets whether to make the pages collection use a temp file for the canvas item streams.  
Public PropertyGets or sets the location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.  
Public PropertyGets or sets whether the document is currently loaded.  
Public PropertyGets or sets the name.  
Public PropertyGets a reference to the page of the document.  
Public PropertyGets or sets a password to protect the saved document file.  
Public PropertyGets or sets the user preferences.  
Top
Public Methods
 NameDescription
Public MethodClears text selection.  
Public MethodDisables cache to disk.  
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.  
Public MethodEnables cache to disk.  
Public MethodOverloaded. Search for the specified character string.  
Public MethodOverloaded. Loads document from the specified System.IO.Stream.  
Public MethodLoads a document from the specified data path.  
Public MethodOverloaded. Saves document to the specified file.  
Top
Public Events
 NameDescription
Public EventEvent occurs after all document pages are fully loaded.  
Public EventEvent occurs when a change of state.  
Top
See Also